projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a679d10
)
(view-return-to-alist): Mark it permanent local.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Apr 2004 20:57:10 +0000
(20:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 20 Apr 2004 20:57:10 +0000
(20:57 +0000)
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index 1ee6014c73a12e7e7afa508f28b850b9097b145d..b17cd52ae35b19e276955345408364e249f3d7d0 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-137,6
+137,7
@@
subtracted from by `view-mode-exit' when finished viewing the buffer.
See RETURN-TO-ALIST argument of function `view-mode-exit' for the format of
`view-return-to-alist'.")
(make-variable-buffer-local 'view-return-to-alist)
+(put 'view-return-to-alist 'permanent-local t)
(defvar view-exit-action nil
"nil or a function with one argument (a buffer) called when finished viewing.